home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / fly8 / FAQ < prev    next >
Encoding:
Text File  |  1995-07-14  |  1.0 KB  |  27 lines

  1. Last changed: 6 May 95
  2.  
  3. Q1  After unzip on unix the directory have lower-case names.
  4. A   True, the readme says to run 'unix/setfly8'; it renames some files. have
  5.     a look at the 'readme' in the platform directory that you want to use.
  6.  
  7. Q2  I had a look at the files and there are many ^M there.
  8. A   On unix use the '-xa' switch when unzipping source files. Source files are
  9.     in fly8???1 (source tree). On newer versions use -La switches.
  10.  
  11. Q3  I cannot unzip the archives.
  12. A   Get the unzip program and build it. I put a copy of it in /pub/ise/eyal/zip.
  13.     You can use the msdos unzip or pkunzip too.
  14.  
  15. Q4  The msdos makefile cannot find 'lzexe'; what do I do?
  16. A   remove that line (and the following 'del'). 'lzexe' is not essential.
  17.  
  18. Q5  Compiling the DJgpp version hangs on 'hud.c'.
  19. A   The latest version 1.12pl2 seems to hang. The optimization needs to be
  20.     reduced, so before making all, compile hud.c:
  21.     make SHFLAGS=-O1 hud.o
  22.     make all install
  23.  
  24. Q6  When I compile Fly8 I get errors about casts on lvalues in assignement.
  25. A   You need to apply patch 1.
  26.  
  27.